home *** CD-ROM | disk | FTP | other *** search
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
- BulkDestroy = {
- ACTIONS = {
- "destroyAccounts:" = "destroyAccounts:";
- "destroyAccountsAndHomes:" = "destroyAccountsAndHomes:";
- "disableAccounts:" = "disableAccounts:";
- "init:" = "init:";
- "removeItem:" = "removeItem:";
- "selectDisabled:" = "selectDisabled:";
- "selectDomain:" = "selectDomain:";
- "selectGroup:" = "selectGroup:";
- "selectHome:" = "selectHome:";
- "selectRange:" = "selectRange:";
- "selectUsers:" = "selectUsers:";
- };
- OUTLETS = {
- controller = controller;
- destroyButton = destroyButton;
- destroyHomesButton = destroyHomesButton;
- disableButton = disableButton;
- domainList = domainList;
- domainText = domainText;
- groupText = groupText;
- homeText = homeText;
- idHighText = idHighText;
- idLowText = idLowText;
- myWindow = myWindow;
- previewTable = previewTable;
- removeButton = removeButton;
- selectDomainButton = selectDomainButton;
- selectGroupButton = selectGroupButton;
- selectMatrix = selectMatrix;
- };
- SUPERCLASS = Object;
- };
-